.mes-con .mes-l {
  width: 158px;
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  height: 480px;
}
.mes-con .mes-l p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.mes-con .mes-l div span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.mes-con .mes-l div .sp-active {
  background-color: #f6915e;
  color: #fff;
}
.mes-con .mes-r {
  width: 1020px;
  border: 1px solid #e3e3e3;
  height: 480px;
}
.mes-con .mes-r .mes-item .advcr-tit {
  border-bottom: 1px solid #e3e3e3;
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffffff, #f1f1f1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffffff, #f1f1f1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffffff, #f1f1f1);
  /* 标准的语法 */
  padding: 0 10px;
}
.mes-con .mes-r .mes-item .advcr-tit .jb-t {
  font-size: 14px;
  color: #454545;
  height: 40px;
  line-height: 40px;
}
.mes-con .mes-r .mes-item .advcr-tit .jb-t a {
  font-size: 14px;
  color: #454545;
  margin: 0 10px;
  display: inline-block;
}
.mes-con .mes-r .mes-item .advcr-tit a {
  display: block;
  line-height: 40px;
}
.mes-con .mes-r .mes-item .mesr-con {
  padding: 10px;
}
.mes-con .mes-r .mes-item .mesr-con table {
  min-width: 100%;
  border-collapse: collapse;
  /*边框会合并为一个单一的边框*/
  border: 1px solid #eaf1f7;
}
.mes-con .mes-r .mes-item .mesr-con table tr td {
  text-align: center;
  border: 1px solid #eaf1f7;
}
.mes-con .mes-r .mes-item .mesr-con table tr td select {
  width: 80px;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  margin-left: 20px;
}
.mes-con .mes-r .mes-item .mesr-con table tr td textarea {
  width: 450px;
  height: 100px;
  margin-left: 20px;
  border: 1px solid #e3e3e3;
  resize: none;
  line-height: 20px;
}
.mes-con .mes-r .mes-item .mesr-con table tr td label {
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.mes-con .mes-r .mes-item .mesr-con table tr td label input {
  display: inline-block;
}
.mes-con .mes-r .mes-item .mesr-con table tr td span {
  width: 60px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  margin-left: 20px;
}
.mes-con .mes-r .mes-item .mesr-con table tr td button {
  width: 46px;
  height: 20px;
  background-color: #eef2f7;
  border: 1px solid #86a2c0;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  margin-left: 20px;
  cursor: pointer;
}
.mes-con .mes-r .mes-item .mesr-con table tr td:nth-child(1) {
  width: 160px;
  background-color: #f1f7fc;
}
.mes-con .mes-r .mes-item .mesr-con table tr td:nth-child(2) {
  text-align: left;
}
.mes-con .mes-r .mes-item .mesr-con table tr:nth-child(1) {
  height: 36px;
}
.mes-con .mes-r .mes-item .mesr-con table tr:nth-child(2) {
  height: 120px;
}
.mes-con .mes-r .mes-item .mesr-con table tr:nth-child(3) {
  height: 36px;
}
.mes-con .mes-r .mes-item .mesr-con table tr:nth-child(4) {
  height: 60px;
}
.mes-con .mes-r .mes-item .mesr-con table tr:nth-child(5) {
  height: 36px;
}
